home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / tcp_ip / jnos / jnos_src / getopt.h < prev    next >
C/C++ Source or Header  |  1994-04-17  |  82b  |  5 lines

  1. extern int  optind;
  2. extern char *optarg;
  3.   
  4. int getopt(int, char **, char *);
  5.